From a9e6e29798a334cc8e6901fbefa184e669d309b4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 23 Jul 2014 08:52:32 -0700 Subject: [PATCH] Add `cargo new` to the `cargo help` message --- src/bin/cargo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index f2b7c1c15..81c5cc13b 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -56,6 +56,7 @@ fn execute() { println!(" clean # remove the target directory"); println!(" run # build and execute src/main.rs"); println!(" version # displays the version of cargo"); + println!(" new # create a new cargo project"); println!(""); -- 2.30.2